From 711f2dd58d585699bf797c0956840c61ed1e4338 Mon Sep 17 00:00:00 2001 From: parkrrrr Date: Thu, 17 Nov 2005 13:22:55 +0000 Subject: [PATCH] Fixed incompatibility with some C compilers. --- gpsbabel/smplrout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/smplrout.c b/gpsbabel/smplrout.c index 9df6078a7..cd1318ac9 100644 --- a/gpsbabel/smplrout.c +++ b/gpsbabel/smplrout.c @@ -271,8 +271,8 @@ routesimple_process( void ) void routesimple_init(const char *args) { - count = 0; char *fm = NULL; + count = 0; if ( !!countopt == !!erroropt ) { fatal( MYNAME ": You must specify either count or error, but not both.\n"); -- 2.30.2